home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / hardware-part1 / 7430 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: sn.no!not-for-mail
  2. From: oddhs@sn.no (Odd H. Sandvik)
  3. Newsgroups: comp.sys.amiga.hardware,comp.sys.amiga.misc
  4. Subject: Re: Running 68k software on 68030
  5. Followup-To: comp.sys.amiga.hardware,comp.sys.amiga.misc
  6. Date: 17 Mar 1996 23:00:00 +0100
  7. Organization: SN Internett
  8. Message-ID: <4ii210$5df@sinsen.sn.no>
  9. References: <4ic9m9$jik@nz12.rz.uni-karlsruhe.de> <4icj2q$ec3@PEAK.ORG> <4ighjd$j65@nz12.rz.uni-karlsruhe.de>
  10. NNTP-Posting-Host: sinsen.sn.no
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Wolfgang von Hansen (vhansen@ipfy.bau-verm.uni-karlsruhe.de) wrote:
  14. : However, several memory locations are accessed quite often in the program.
  15. : As I am no hardware programming guru I can't say if the parallel port is
  16. : among them. Here they are:
  17.  
  18. : BFD000, BFD200, BFE001, BFE101, BFE301, BFEC01, DFF09A
  19.  
  20. BFE101 and BFE301 are the paralell port adresses
  21.  
  22. $bfe301 (ddrb)  Sets direction for port B ( BFE101 ) ; 1=output
  23.  
  24. : opened. There's also no string `PAR:' anywhere in the code.
  25.  
  26. : I would guess that at least some of the BF... addresses are for mouse
  27. : input.
  28.  
  29. BFE001 are the mouse.
  30.  
  31. btst #6,$bfe001
  32.  
  33. : Can anyone confirm that the parallel port is directly accessed and point
  34. : out which of these addresses are used therefore.
  35.  
  36. -- 
  37. % Odd H. Sandvik %% email: oddhs@sn.no
  38. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39. % Acceleration into temporal space continuum now begins...
  40. % Alpha 7, acknowledge... Alpha 7, acknowledge...
  41.